home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / bpwmru.zip / README.TXT < prev   
Text File  |  1993-06-04  |  1KB  |  31 lines

  1. Visual Implementation
  2. Part One : The MRU list
  3.  
  4.   The MRU list is becoming a standard in programs such as Microsoft Word(tm) and
  5. Excel(tm). The MRU list allows a user to quickly pick a file from a list rather
  6. than having to dig through the file open dialogs.
  7.   This Borland Pascal unit will allow programmers to add this property to their
  8. programs with little hassle. The list will manage itself as it was written using
  9. Object-Oriented methodology and based upon the Borland ObjectWindows Library.
  10.   This ZIPFile contains the following:
  11.     OMRULIST.TPW  - The actual unit
  12.     MRUTEST.PAS   - Source code for a demo program using the Unit
  13.     MRUTEST.EXE   - The compiled version of the demo program
  14.     MRU.RES       - The Resource file needed to compile the program
  15.     OMRULIST.INT  - A listing of the Interface section of the unit
  16.             that contains an explanation of each method and
  17.             a description of each parameter.
  18.     README.TXT    - This file.
  19.  
  20.   The full source code is available as hard copy.
  21.   Just send a Self Addressed Stamped Envelope along with a one dollar ( $1.00 )
  22.   fee to cover time and effort.
  23.  
  24. Send it to:
  25.  
  26. Bobby R. Wallen
  27. P.O. Box 30218
  28. Mesa, AZ  85275-0218
  29.  
  30. ******* NOTICE ********
  31. This code is (C)1993 Bobby R. Wallen